home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / MATH / BIN32 / BIN32.ZIP / BIN32.DFM / BIN32.txt
Text File  |  1996-03-24  |  1KB  |  69 lines

  1. object Form1: TForm1
  2.   Left = 198
  3.   Top = 194
  4.   Width = 843
  5.   Height = 520
  6.   Caption = 'Binary logic 32-bit'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Memo1: TMemo
  16.     Left = 0
  17.     Top = 0
  18.     Width = 835
  19.     Height = 464
  20.     Align = alClient
  21.     Lines.Strings = (
  22.       'Press Edit/Start to begin...')
  23.     ScrollBars = ssBoth
  24.     TabOrder = 0
  25.   end
  26.   object MainMenu1: TMainMenu
  27.     Left = 72
  28.     Top = 40
  29.     object Edit1: TMenuItem
  30.       Caption = '&Edit'
  31.       ShortCut = 0
  32.       object Start1: TMenuItem
  33.         Caption = '&Start'
  34.         ShortCut = 0
  35.         OnClick = Start1Click
  36.       end
  37.       object Clear1: TMenuItem
  38.         Caption = '&Clear'
  39.         ShortCut = 0
  40.         OnClick = Clear1Click
  41.       end
  42.       object Font1: TMenuItem
  43.         Caption = '&Font'
  44.         ShortCut = 0
  45.         OnClick = Font1Click
  46.       end
  47.       object N1: TMenuItem
  48.         Caption = '-'
  49.         ShortCut = 0
  50.       end
  51.       object Exit1: TMenuItem
  52.         Caption = '&Exit'
  53.         ShortCut = 0
  54.         OnClick = Exit1Click
  55.       end
  56.     end
  57.   end
  58.   object FontDialog1: TFontDialog
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     MinFontSize = 0
  64.     MaxFontSize = 0
  65.     Left = 192
  66.     Top = 64
  67.   end
  68. end
  69.